ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ ³ GIFVIEW.EXE (GIF Viewer) ³ ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ For systems that support 1024x768x256 Usage.........GIFVIEW filename (to show a single file) GIFVIEW @slideshowfilename For systems that support 640x480x256 Usage.........GIFVIEWP filename (to show a single file) GIFVIEWP @slideshowfilename Please note, if you are running this on a portable, then you should delete GIFVIEW.EXE and rename GIFVIEWP.EXE to GIFVIEW.EXE GIFVIEW will display the GIF file specified as filename. If the file is in the wrong format or is corrupted, then you will simply return to the DOS prompt. The program attempts to set the best resoultion to show the GIF file in. This can be changed by pressing + or - to increase/decrease the resolution from 640x480, 800x600 and 1024x768. Pressing any other key will exit the program. Ideally, this program was designed to be called from FSYS2 when you press the V key over a GIF file, this is why it is so basic. Examples ÄÄÄÄÄÄÄÄ GIFVIEW NEWFILE.GIF will show the GIF file NEWFILE.GIF GIF Slideshow ÄÄÄÄÄÄÄÄÄÄÄÄÄ Alternatively, you can make up a slideshow file. A slideshow file is a text file that contains any of these parameters DELAY=value (the number of seconds between each picture) PATH=pathname (a directory where to look for the GIF files) *.GIF (a file specification that will read these GIF files set by the PATH statement) Here is an example of a slideshow text file DELAY=3 PATH=C:\GIF\CARS FORD*.GIF PATH=C:\GIF\EXAMPLES FIGHT*.GIF SHOW*.GIF This sets the delay to 3 seconds, then looks for FORD*.GIF in C:\GIF\CARS. Then for FIGHT*.GIF and SHOW*.GIF in the C:\GIF\EXAMPLES directory. When all file names have been gathered, then the slide show starts. You can press the Escape key to stop the slideshow.